PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPQueueID

Multiprocessing Services manipulates message queues by passing a queue ID, which is defined by the MPQueueID type:

typedef struct OpaqueMPQueueID* MPQueueID;

You obtain a queue ID by calling the function MPCreateQueue .

VERSION NOTES

Introduced with Multiprocessing Services 1.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)